FlowNode Events
An object defining events for the FlowNode class.
OnBeforeExecution(sender, args)
Occurs before the execution of the workflow step.
Parameters:
sender (required): object
The object that triggers this event.
args (required): OnBeforeExecutionArguments
Provides execution-related arguments, including context, process ID, and step details.
OnAfterExecution(sender, args)
Occurs after the execution of the workflow step.
Parameters:
sender (required): object
The object that triggers this event.
args (required): OnAfterExecutionArguments
Provides execution-related arguments, including context, process ID, and step details.